home *** CD-ROM | disk | FTP | other *** search
- /* Rexx script for AmiTALK with CNet */
- /* By Brian Gunn and MustangVR 03/02/95 */
- options results
- buffer flush
- gu = getuser
- final=""
- gu 1300546;uucp=result
- gu 1202244;did=result-1
- if did>0 then do
- do i=1 to did
- gu 1302246+i*61
- final=final || result" "
- end
- final=trim(final)
- end
- if final="" then do
- transmit 'n1c2You must enter the address of the person you wish to Talk with.n1c10}Usagec5:c15} Talk c5<c10}userc5>c1@c2sitec5.c2comn1'
- exit;end
- changewhere 'Talk 'final
- transmit 'f1c2#4talk shell 'final' from 'uucp'}'
- transmit 'f1';end;exit
-